Skip to content
This repository has been archived by the owner on Sep 1, 2020. It is now read-only.

Latest commit

 

History

History
21 lines (18 loc) · 301 Bytes

12.6.6 - http_proxy_host.md

File metadata and controls

21 lines (18 loc) · 301 Bytes

http_proxy_host

配置Http代理。

基础设置

$client->set(array(
	'http_proxy_host'     =>  '192.168.1.100',
	'http_proxy_port'     =>  1080,
));

验证设置

$client->set(array(
	'http_proxy_user'     =>  'test',
	'http_proxy_password' =>  'test_123456',
));